home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / text / dtp / txtRotator303.lha / txtRotator303.readme next >
Text File  |  1996-09-25  |  2KB  |  81 lines

  1. Short:    PGS3 arexx script - text around circles
  2. Uploader: mmerkel@rummelplatz.uni-mannheim.de (Michael Merkel)
  3. Author:   mmerkel@rummelplatz.uni-mannheim.de (Michael Merkel)
  4. Type:     text/dtp
  5. Replaces: text/dtp/txtRotator302.lha
  6.  
  7. ABOUT
  8.  
  9. This is an ARexx script for use with PageStream3.
  10. With this script you're able to place a text around a circle.
  11.  
  12.  
  13. DISTRIBUTION
  14.  
  15. spread it and send me hardcopies of your work with this script!
  16.  
  17.  
  18. REQUIREMENTS
  19.  
  20. - PageStream3 (of course!!!)
  21.      (you should use V3.1beta3 at least!
  22.       earlier versions have problems with rotated text and with the
  23.       getellipse command!!)
  24.  
  25. - rexxmathlib.library (Aminet)
  26.  
  27.  
  28. USAGE
  29.  
  30. * copy this into your PageStream3:Scripts/ drawer
  31. * select "Play Script" in PageStream3
  32. * play with it...
  33.  
  34. to do the spiral effect:
  35.  
  36.  * the "inner circle factor" is the size of the destination ellipse.
  37.    (0.5 means it's halve the size of the selected ellipse)
  38.  * "surrounding #" says whow much times the text will flow around the ellipse
  39.    (2.5 means a total of 900 degrees = 2.5 * 360)
  40.  * play with it!
  41.  
  42. HISTORY
  43.  
  44. V1.00 - V2.03 (March - August 1996)
  45.  *  non public versions
  46.  
  47. V2.04 (03. Aug 1996)
  48.  * first public release
  49.  
  50. V2.05 (04. Aug 1996)
  51.  * fixed a bug in the drawing loop. last character wasn't placed at the
  52.    desired position
  53.  * fixed error in requester. only 10 text gadgets are allowed under PGS3
  54.  
  55. V3.00 (07. Aug 1996)
  56.  * some code cleanup
  57.  * added support for spiral text!!
  58.  
  59. V3.01 (08. Aug 1996)
  60.  * text for a spiral is now scaled!!
  61.    this looks *much* better
  62.  * added prefs file (all user settings are saved now)
  63.  
  64. V3.02 (26. Aug 1996)
  65.  * very very little code cleanup for requester
  66.  * arexxlist was not cleared :-(
  67.  
  68. V3.03 (25. Sep 1996)
  69.  *  corrected the gadgets (labels) to the new format introduced with V3.2b6 of PGS
  70.  
  71. AUTHOR
  72.  
  73. michael merkel
  74. mmerkel@rummelplatz.uni-mannheim.de
  75. http://rummelplatz.uni-mannheim.de/~mmerkel/
  76.  
  77.  
  78. THANKS TO
  79.  
  80. SoftLogik for this wonderful program! It's the best on all platforms...
  81.